QueryParamValuesType
import { QueryParamValuesType } from "@hyper-fetch/core"
Description
Defined in adapter/adapter.types.ts:109
Preview
type QueryParamValuesType = number | string | boolean | null | undefined;
Structure
number | string | boolean | null | undefined